home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / intro.dxr / 00009_44.TIF.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  150 b   |  11 lines

  1. on mouseDown
  2.   sound playFile 2, "..\som\cubo.wav"
  3. end
  4.  
  5. on mouseUp
  6.   global Gflag
  7.   set Gflag to 1
  8.   set the visible of sprite 11 to 0
  9.   go("r4")
  10. end
  11.